PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFDocumentSecurityStore Class / getCertificates Method
In This Topic
    getCertificates Method
    In This Topic
    Gets the certificates collection.
    This collection contains certificates that may be used in the validation of any signatures in the document.
    Syntax

    Return Value

    A collection of document security store items, each containing one DER encoded X.509 certificate (see RFC 5280).
    See Also